<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.node--type-page .node__content .text-formatted .postal-address {
  padding: 1rem 1rem 2rem 1rem;
  background-color: #eee;
  border-left: 10px solid var(--main_color);
  position: relative;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
  z-index: 1;
}

.node--type-page .node__content .text-formatted .postal-address h3 {
  margin: 0 1rem 0 0;
  font-size: 24px;
  color: var(--main_color);
  font-weight: 500;
}

.node--type-page .node__content .text-formatted .location-offices {
  background-color: #f9f9f9;
}

.contacts-all h3 {
  color: var(--main_color);
}

.node--type-page .node__content .text-formatted .contacts-all p,
.node--type-page .node__content .text-formatted .postal-address p,
.node--type-page .node__content .text-formatted .location-offices p {
  line-height: 1.5em;
}

.node--type-page .node__content .text-formatted .contacts-all p strong,
.node--type-page .node__content .text-formatted .postal-address p strong,
.node--type-page .node__content .text-formatted .location-offices p strong {
  color: var(--main_color);
  font-weight: 700;
}

.node--type-page .node__content .text-formatted .rteright {
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  margin: 0;
  font-weight: 700;
}

.node--type-page .node__content .text-formatted .location-offices {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 20px;
}

.node--type-page .node__content .text-formatted .location-offices .first {
  width: 100%;
  height: 100%;
}

.node--type-page .node__content .text-formatted .location-offices .first img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 220px;
}

.node--type-page .node__content .text-formatted .contacts-all {
  margin: 2rem 0;
}

.node--type-page .node__content .text-formatted .contacts-all .contact-box {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 2rem;
}

.node--type-page .node__content .text-formatted .contacts-all .contact-box h3 {
  margin-bottom: 0;
}


@media (min-width: 768px) {
  .node--type-page .node__content .text-formatted .location-offices {
    grid-template-columns: 1fr 1fr;
  }

  .node--type-page .node__content .text-formatted .contacts-all .contact-box {
    grid-template-columns: 50% 50%;
    grid-gap: 0px 20px;
  }

  .node--type-page .node__content .text-formatted .contacts-all .contact-box blockquote,
  .node--type-page .node__content .text-formatted .contacts-all .contact-box h3 {
    grid-column: span 2;
  }
}

@media (min-width: 1024px) {
  .node--type-page .node__content .text-formatted .location-offices {
    grid-template-columns: 224px 1fr 1fr;
  }

  .node--type-page .node__content .text-formatted .contacts-all .contact-box blockquote,
  .node--type-page .node__content .text-formatted .contacts-all .contact-box h3 {
    grid-column: span 2;
  }

  .node--type-page .node__content .text-formatted .location-offices {
    gap: 3rem;
  }
}


/* ---------- FORM IN CONTACT FORM ---------- */

.webform-submission-contact-form .form-actions{
  display: flex;
  flex-direction: row-reverse;
  margin-top: 40px;
}

.webform-submission-contact-form input { width: 100%; }

.webform-submission-contact-form .form-actions input {width: auto;}

.block-webform-block { max-width: 500px; }

.block-webform-block input[type="checkbox"] { width: auto; }

.block-webform-block h2 { display: none; }

</pre></body></html>